/*
THEME NAME: TrustEra
DESCRIPTION: Custom theme developed by DaddyDesign.com for TrustEra
VERSION: 1
AUTHOR: Daddy Design
AUTHOR URI: http://www.daddydesign.com/
*/

/* General Settings */
*{ margin: 0; padding: 0; }
img { border: 0; }

html, body { height: 100%; }
body{
font-family: "Roboto", sans-serif;
font-size: 17px;
color: #333;
background: #fff;
overflow-x: hidden;
}

p { margin-bottom: 20px; line-height: 27px; }

a{ color: #003a5d; text-decoration: none; outline: none; }
a:hover{ text-decoration: underline; }

/* Web Font */
.wf{ font-family: "Roboto Condensed", sans-serif; }

/* HTML5 Elements */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, section figure, article figure { display: block; padding: 0; margin: 0; }

/* Loader */
.loader{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: block; background: transparent; text-indent: -9000px; z-index: 9; }
#loader{ position: fixed; z-index: 9999999; }
.loader:before {
content: '';
height: 20px;
width: 20px;
position: absolute;
left:50%; 
top:50%; 
margin-top: -10px;
margin-left: -10px;
-webkit-animation: rotation .6s infinite linear;
-moz-animation: rotation .6s infinite linear;
-o-animation: rotation .6s infinite linear;
animation: rotation .6s infinite linear;
border-left: 6px solid rgba(255, 255, 255, .5);
border-right: 6px solid rgba(255, 255, 255, .5);
border-bottom: 6px solid rgba(255, 255, 255, .5);
border-top: 6px solid rgba(255, 255, 255, 1);
border-radius: 100%;
text-indent: -9000px;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
}
.loader.big:before { height: 40px; width: 40px; margin-top: -20px; margin-left: -20px; }
@-webkit-keyframes rotation { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(359deg); } }
@-moz-keyframes rotation { from { -moz-transform: rotate(0deg); } to { -moz-transform: rotate(359deg); } }
@-o-keyframes rotation { from { -o-transform: rotate(0deg); } to { -o-transform: rotate(359deg); } }
@keyframes rotation { from { transform: rotate(0deg); } to { transform: rotate(359deg); } }

/* Box Method */
.box{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* Center */
.center{ text-align: center; }

/* Padding */
.pad_xbig{ padding: 120px; }
.pad_big{ padding: 80px; }
.grid1.pad_big{ padding: 80px 40px 60px; }
.grid2.pad_big{ padding: 80px 65px 65px; }
.pad_med{ padding: 60px; }
.pad_small{ padding: 40px; }
.pad_xsmall{ padding: 30px; }
.pad_xxsmall{ padding: 20px; }
.pad_notop{ padding-top: 0 !important; }
.pad_nobtm{ padding-bottom: 0 !important; }

/* Margin */
.marg5{ margin: 0 0 5px; }
.marg10{ margin: 0 0 10px; }
.marg15{ margin: 0 0 15px; }
.marg20{ margin: 0 0 20px; }
.marg30{ margin: 0 0 30px; }
.marg40{ margin: 0 0 40px; }
.marg50{ margin: 0 0 50px; }
.marg60{ margin: 0 0 60px; }
.marg80{ margin: 0 0 80px; }

/* Round */
.round{ border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
.round_big{ border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; }

/* Shadow */
.shadow{
-webkit-box-shadow: 0px 0px 20px 0 rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 20px 0 rgba(0,0,0,0.1);
box-shadow: 0px 0px 20px 0 rgba(0,0,0,0.1);
}

/* Button */
.btn{
width: auto;
height: 50px;
display: inline-block;
font-family: "Roboto Condensed", sans-serif;
font-size: 20px;
font-weight: 700;
line-height: 50px;
color: #fff;
text-align: center;
text-decoration: none;
padding: 0 30px;
margin: 0;
border: 1px solid #003a5d;
background-color: #003a5d;
vertical-align: top;
}
.btn:hover{ color: #748899 !important; text-decoration: none !important; }
.btn.big{ font-size: 30px; height: 80px; line-height: 80px; padding: 0 50px; }
.btn.white{ color: #003a5d; border: 1px solid #fff; background-color: #fff; }
.btn.white:hover{ color: #738798 !important; text-decoration: none !important; }

/* With Background Image */
.with_bg{
background-color: #000;
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover; 
-moz-background-size: cover; 
-o-background-size: cover; 
background-size: cover;
}
.with_bg.pos_top{ background-position: top; }
.with_bg.pos_btm{ background-position: bottom; }
.with_bg.with_overlay::before{
content: '';
display: block; 
width: 100%; 
height: 100%; 
position: absolute;
top: 0;
left: 0;
background: #000; 
-webkit-opacity: 0.3;
-moz-opacity: 0.3;
opacity: 0.3;
z-index: 1;
}
.with_bg.parallax{
background-color: #000;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover; 
-moz-background-size: cover; 
-o-background-size: cover; 
background-size: cover;
}
.with_bg.parallax50{
background-color: #000;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center left -400px;
-webkit-background-size: cover; 
-moz-background-size: cover; 
-o-background-size: cover; 
background-size: cover;
}

/* Image Resizing */
.img img{ display: block; width: auto; max-width: 100%; height: auto; margin: 0 auto; position: relative; }
.img a{ display: block; }

/* Container */
#container{ width: 100%; float: left; display: block; padding: 0; margin: 0 auto; position: relative; }

/* Header */
#header{ width: 100%; padding: 30px; text-align: center; position: fixed; top: 0; left: 0; right: 0; z-index: 9999; }
#header .wrapper{ display: inline-block; height: 90px; background: #fff; position: relative; margin: 0 auto; overflow: hidden; z-index: 999; }

#header #logo{ width: auto; float: left; padding: 25px; text-indent: -9000px; }
#header #logo a{ display: block; width: 110px; height: 40px; background: url(images/logo.svg) no-repeat center; }
	
#nav_btn{ display: none; }
#header .toggle{ display: block; }
#header .nav_wrap{ width: auto; float: right; padding: 20px; }
#header .nav{ width: auto; float: left; }
#header .nav ul.menu{ width: auto; float: left; display: block; list-style: none; text-align: left; padding-right: 20px; }
#header .nav ul.menu li{ width: auto; float: left; }
#header .nav ul.menu li a{ height: 50px; display: block; font-size: 20px; color: #003a5d; font-weight: 600; line-height: 50px; padding: 0 10px; position: relative; }
#header .nav ul.menu li a:hover{ color: #738798; text-decoration: none; }

#header .btn_cta{ float: right; }

/* Main */
#main{ width: 100%; float: left; position: relative; }

/* Section */
.section{ width: 100%; float: left; position: relative; }
.section.hgt100{ height: calc(100vh); }
.section.w50{ width: 50%; }
.section.centered{ text-align: center; }
.section .wrapper{ width: 100%; float: left; position: relative; }
.section .wrapper.short{ max-width: 780px; float: none; display: block; clear: both; margin: 0 auto; overflow: hidden; }
.section .wrapper.xshort{ max-width: 460px;  float: none; display: block; clear: both; margin: 0 auto; overflow: hidden; }

.section .main{ width: 100%; float: left; position: relative; }
.section .header{ width: 100%; float: left; color: #003a5d; position: relative; }
.section .header h1{ font-size: 70px; font-weight: 700; line-height: 76px; }
.section .header h2{ font-size: 40px; font-weight: 700; line-height: 44px; }
.section .header h2.big{ font-size: 70px; font-weight: 700; line-height: 76px; }
.section .header h2.small{ font-size: 30px; font-weight: 700; line-height: 36px; }
.section.hero .header h2.small{ font-weight: 400; padding-right: 20px; }
.section .header h1 span, .section .header h2 span{ font-weight: 300; }
.section .header h3{ font-size: 22px; font-weight: 300; line-height: 26px; }
.section .header h3.big{ font-size: 24px; font-weight: 400; line-height: 30px; }
.section .header h4{ font-size: 24px; font-weight: 300; line-height: 30px; }
.section .content{ width: 100%; float: left; position: relative; }
.section .footer{ width: 100%; float: left; padding-top: 15px; margin: 0 0 20px; position: relative; }

.section .image{ width: 100%; float: left; position: relative; }
.section .image.with_bg{ width: 100%; height: 600px; float: left; position: relative; }
.section .image.with_bg img{ display: none; }

.section.gray{ background: #f9f9f9; }
.section.graydark{ background: #f2f2f2; }

/* Hero */
.section.hero.std .header{ height: calc(100vh); }
.section.hero.std.short .header{ height: 700px; }
.section.hero.std .header .wrap{ 
width: 100%;
max-width: 920px;
display: block;
color: #fff;
text-align: left;
position: absolute;
bottom: 0; 
left: 0; 
z-index: 99;
}

.section.video-box .bg_video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 98;
	display:block;
	border:0;
}

.section.hero .header .btn{ margin-top: 20px; }

/* Hero - Slideshow */
.section.hero.slideshow .header{
width: 100%;
max-width: 920px;
display: block;
color: #fff;
text-align: left;
position: absolute;
bottom: 0; 
left: 0; 
z-index: 99;
}
.section.hero.slideshow .header .wrap{ display: block; overflow: hidden; }
.section.hero.slideshow .header .wrap .scroll_to_next{ display: inline-block; font-size: 14px; font-weight: 300; line-height: 17px; text-transform: uppercase; }
.section.hero.slideshow .header .wrap .scroll_to_next span{ display: block; margin-bottom: -3px; }
.section.hero.slideshow .header .wrap .scroll_to_next::after {
content: '';
border: solid #eee4d0;
border-width: 0 1px 1px 0;
display: inline-block;
clear: both;
padding: 8px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}

.section.hero.slideshow .swiper-wrapper{ overflow: hidden; }
.section.hero.slideshow .swiper-wrapper .slide{ text-indent: -9000px; }

.section.hero.slideshow .nav{ position: absolute; bottom: 0; right: 0; z-index: 99; }
.section.hero.slideshow .nav .nav_btn{ 
width: 50px; 
height: 50px; 
float: left; 
background-repeat: no-repeat; 
background-position: center;
background-color: transparent;
-webkit-background-size: 50px; 
-moz-background-size: 50px;  
-o-background-size: 50px; 
background-size: 50px; 
border: 1px solid #fff;
text-indent: -9000px;
margin-right: 10px;
cursor: pointer; 
}
.section.hero.slideshow .nav .nav_btn.prev{ background-image: url(images/btn_arrow_left.svg); }
.section.hero.slideshow .nav .nav_btn.next{ background-image: url(images/btn_arrow_right.svg); }
.section.hero.slideshow .nav .nav_btn:hover{ border: 1px solid #ccc; }

/* Page */
.section.entry.std .main{ padding-top: 120px; }

.section.entry.with_img .image{ width: 50%; height: calc(100vh); float: left; position: sticky; top: 0; left: 0; margin: 0 !important; }
.section.entry.with_img .image img{ display: none; }
.section.entry.with_img .main{ width: 50%; min-height: calc(100vh); float: right; display: table; position: relative; overflow: visible; }
.section.entry.with_img .main .wrap{ display: table-cell; vertical-align: middle; }
.section.entry.with_img .main .wrap .header{ margin-bottom: 20px; }

/* Projects */
.project.preview .wrap{ display: block; width: 100%; height: 400px; background-color: #000; position: relative; }
.project.preview .header{ 
width: 100%; 
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
color: #fff;
z-index: 9;
}
.project.preview .header::before{ content: ''; width: 8px; height: 40px; display: block; position: absolute; bottom: 0; right: 0; background: #a6a7a9; } 
.project.preview .header::after{ content: ''; width: 40px; height: 8px; display: block; position: absolute; bottom: 0; right: 0; background: #a6a7a9; }
.project.preview a:hover .header::before{ background: #003a5d; } 
.project.preview a:hover .header::after{ background: #003a5d; }
.project.preview .header span.sub_title{ font-size: 22px; font-weight: 300; line-height: 26px; margin-bottom: 5px; }

/* Stats */
.section.stats{ 
width: 100%; 
max-width: 460px;
height: calc(100vh);
display: table;
position: absolute; 
color: #fff; 
text-align: right; 
top: 0; 
right: 0; 
z-index: 99; 
}
.section.stats .wrapper{ float: none; display: table-cell; vertical-align: bottom; }
.section.stats ul{ width: 100%; float: left; list-style: none; border-top: 3px solid #bbb; }
.section.stats ul li{ width: 100%; float: left; padding: 20px 3px 15px; border-bottom: 3px solid #bbb; }
.section.stats ul li h4 span.stat{ display: block; font-size: 60px; line-height: 64px; font-weight: 800; }
.section.stats ul li h4 span.title{ display: block; font-size: 18px; line-height: 22px; font-weight: 400; margin: 0 0 5px; }

/* Link List */
.section.link_list ul{ width: 100%; float: left; border-top: 3px solid #ddd; list-style: none; }
.section.link_list ul li{ width: 100%; float: left; border-bottom: 3px solid #ddd; }
.section.link_list ul li a{ display: block; font-size: 22px; color: #333; font-weight: 400; line-height: 26px; padding: 20px 40px 20px 3px; position: relative; }
.section.link_list ul li a::after{ 
content: "\2192"; 
position: absolute; 
right: 3px;
top: 50%; 
-webkit-transform: translate(0,-50%);
-ms-transform: translate(0,-50%); 
transform: translate(0,-50%);  
}
.section.link_list ul li a:hover{ color: #003a5d; text-decoration: none; }

/* Slider List */
.section.list_slider.blue{ color: #fff !important; background: #003a5d; }
.section.list_slider .wrapper{ overflow: hidden; }
.section.list_slider.blue .header{ color: #fff !important; }
.section.list_slider .header.toplvl{ padding-bottom: 20px; border-bottom: 3px solid #ddd; }
.section.list_slider.blue .header.toplvl{ padding-bottom: 20px; border-bottom: 3px solid #748899; }
.section.list_slider .nav{ width: 100%; float: left; clear: both; padding-top: 30px; }
.section.list_slider .nav .nav_btn{ 
width: 50px; 
height: 50px; 
float: left; 
background-repeat: no-repeat; 
background-position: center;
background-color: transparent;
-webkit-background-size: 50px; 
-moz-background-size: 50px;  
-o-background-size: 50px; 
background-size: 50px; 
border: 1px solid #ddd;
text-indent: -9000px;
margin-right: 10px;
cursor: pointer; 
}
.section.list_slider .nav .nav_btn.prev{ background-image: url(images/btn_arrow_left_blue.svg); }
.section.list_slider .nav .nav_btn.next{ background-image: url(images/btn_arrow_right_blue.svg); }
.section.list_slider .nav .nav_btn:hover{ border: 1px solid #003a5d; }

.section.list_slider.blue .nav .nav_btn{ border: 1px solid #748899; }
.section.list_slider.blue .nav .nav_btn.prev{ background-image: url(images/btn_arrow_left.svg); }
.section.list_slider.blue .nav .nav_btn.next{ background-image: url(images/btn_arrow_right.svg); }
.section.list_slider.blue .nav .nav_btn:hover{ border: 1px solid #fff; }

/* Contact */
.section.contact.with_map{ height: 700px; }
.section.contact.with_map .map{ width: 50%; height: 100%; float: left; }
.section.contact.with_map .map iframe{ width: 100%; height: 100%; }
.section.contact.with_map .main{ width: 50%; min-height: 100%; float: right; display: table; position: relative; overflow: visible; }
.section.contact.with_map .main .wrap{ display: table-cell; vertical-align: middle; }

.section.contact .main{ width: 100%; color: #003a5d !important; }
.section.contact .main ul{ width: 100%; float: left; list-style: none; }
.section.contact .main ul li{ display: block; font-size: 22px; line-height: 27px; }
.section.contact .main ul li.address span{ display: block; }
.section.contact .main ul li.address{ margin: 0 0 12px; }
.section.contact .main ul li.phone{ font-weight: 800; }

/* CTA */
.section.cta{ height: 700px; background-color: #000; }
.section.cta .header{
width: 100%;
max-width: 680px;
display: block;
color: #fff;
text-align: left;
position:absolute;
top: 50%; 
left: 0; 
-webkit-transform: translate(0,-50%);
-ms-transform: translate(0,-50%); 
transform: translate(0,-50%);
z-index: 9;
}
.section.cta .header h3.big{ max-width: 400px; padding-right: 20px; }

/* Grid */
.section.grid.blue{ color: #fff; background: #003a5d; }
.section.grid.blue .header{ color: #fff; }
.section.grid1 .main{ width: 100%; padding: 0 40px; }
.section.grid2 .main{ width: 100%; padding: 0 15px; }
.section.grid .main .wrap{ width: 50%; float: left; padding-right: 40px; }
.section.grid .main .footer{ width: 50%; float: right; text-align: right; padding-left: 40px; padding-top: 0; margin: 0; }
.section.grid .main .footer .btn{ position: absolute; right: 0; bottom: 25px; }
.section.grid.blue .main .footer .btn{ color: #003a5d; border: 1px solid #fff; background-color: #fff; }
.section.grid.blue .main .footer .btn:hover{ color: #738798 !important; text-decoration: none !important; }
.section.grid ul{ width: 100%; float: left; clear: both; list-style: none; }
.section.grid ul li{ width: 100%; float: left; }

.section.grid1 .item{ padding: 20px 40px; }
.section.grid2 .item{ padding: 15px; }
.section.grid.cols2 .item{ width: 50%; float: left; }
.section.grid.cols3 .item{ width: 33.3333%; float: left; }
.section.grid.cols4 .item{ width: 25%; float: left; }

.section.grid.list1 .item .wrap{ width: 100%; float: left; padding-top: 40px; border-top: 3px solid #ddd; }
.section.grid.list1.blue .item .wrap{ border-top: 3px solid #748899; }

.section.grid.list2 .item .wrap{ width: 100%; height: 100%; float: left; padding: 25px 30px; background: #fff; }
.section.grid.list2 .item span{ display: block; font-size: 30px; font-weight: 700; color: #003a5d !important; line-height: 36px; }

.section.grid.list4 .item .image{ 
width: 100%; 
height: 300px; 
float: left; 
background-color: #fff; 
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: 60% auto; 
-moz-background-size: 60% auto; 
-o-background-size: 60% auto; 
background-size: 60% auto;
}
.section.grid.list4 .item .image img{ display: none; }

/* YouTube Video */
.section.video.blue{ background-color: #003a5d; }
.section.video .youtube{ width: 100%; float: left; position: relative; }

/* Gallery */
.gallery{ padding: 65px; }
.gallery .item{ width: 100%; float: left; padding: 15px; }
.gallery .item .image { height: 700px; }
.gallery .item .image img{ display: none; }
.gallery .sxs .item{ width: 50%; }
.gallery .sxs2 .item:first-child{ width: 60%; }
.gallery .sxs2 .item:last-child{ width: 40%; }
.gallery .sxs3 .item:first-child{ width: 40%; }
.gallery .sxs3 .item:last-child{ width: 60%; }

/* Navigation */
.pagination{ padding: 15px; }
.wp-pagenavi{ width: 100%; padding-top: 15px; border-top: 3px solid #ddd; clear: both; text-align: right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.wp-pagenavi a, .wp-pagenavi span{ padding: 3px !important; margin: 1px; border: 0 !important; }
.wp-pagenavi span.pages{ float: left; font-size: 14px; font-style: italic; padding-left: 0 !important; margin-left: 0; padding-right: 10px !important; margin-right: 5px; }
.wp-pagenavi a{ font-family: "Roboto Condensed", sans-serif; font-size: 22px; color: #999; }
.wp-pagenavi a:hover{ color: #003a5d; text-decoration: none; }
.wp-pagenavi span.current{ font-family: "Roboto Condensed", sans-serif; font-size: 22px; font-weight: 700; color: #003a5d; }

/* Footer */
#footer{ width: 100%; float: left; background: #003a5d; position: relative; }
#footer .wrapper{ width: 100%; float: left; overflow: hidden; position: relative; }

#footer h2.tagline{ float: left; font-size: 60px; color: #748899; font-weight: 800; line-height: 64px; margin: 0 0 20px; }
#footer .btn_cta{ float: right; margin: 0 0 20px; }

#footer .nav{ width: 100%; float: left; display: block; clear: both; padding: 20px 0; position: relative; }
#footer .nav ul.menu{ width: auto; float: left; padding-right: 60px; list-style: none; }
#footer .nav ul.menu.sub{ padding-top: 5px; }
#footer .nav ul.menu li{ display: block; padding: 3px 0; }
#footer .nav ul.menu li a{ display: block; font-size: 30px; color: #fff; font-weight: 700; position: relative; }
#footer .nav ul.menu.sub li a{ font-size: 20px; font-weight: normal; }
#footer .nav ul.menu li a:hover{ color: #748899; text-decoration: none; }

#footer ul.social{ width: auto; float: left; padding-top: 10px; list-style: none; }
#footer ul.social li{ float: left; padding: 3px; text-indent: -9000px; }
#footer ul.social li a{ 
width: 40px; 
height: 40px; 
display: block; 
margin: 0;
border: 1px solid #748899;
background-position: center; 
background-repeat: no-repeat; 
-webkit-background-size: 30px; 
-moz-background-size: 30px; 
-o-background-size: 30px; 
background-size: 30px;
position: relative; 
overflow: hidden; 
}
#footer ul.social li.facebook a{ background-image: url(images/facebook.svg); }
#footer ul.social li.instagram a{ background-image: url(images/instagram.svg); }
#footer ul.social li.linkedin a{ background-image: url(images/linkedin.svg); }
#footer ul.social li a:hover{ border: 1px solid #fff; }

#footer .meta{ float: right; clear: both; font-size: 11px; color: #748899; line-height: 16px; padding-top: 40px; }
#footer .meta .logo{ float: right; text-indent: -9000px; }
#footer .meta .logo a{ display: block; width: 165px; height: 60px; background: url(images/logo-white.svg) no-repeat center; }
#footer .meta .wrap{ float: left; text-align: right; padding: 8px 20px; }
#footer .meta span{ display: block; }
#footer .meta a{ color: #748899; }
#footer .meta a:hover{ text-decoration: underline; }

/* Forms */
.wpcf7{ display: block; clear: both; padding: 30px 0 0 !important; }
.content-block .wpcf7:first-child{ padding: 0 !important; }
.wpcf7-form{ width: 100%; display: block; margin: 0 auto; overflow: hidden; position: relative; }
.wpcf7-form fieldset{ width: 100%; float: left; display: block; border: 0; }
.wpcf7-form label{ display: block; font-size: 17px; color: #003a5d; font-weight: bold; line-height: 23px; padding: 0 15px 0 0; margin: 0 0 10px; }
.wpcf7-form div.form_radios{ width: 100%; float: left; margin: 0 0 20px; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.wpcf7-form div.form_radios .wpcf7-list-item{ display: inline-block; padding: 0 4px 4px 0; }
.wpcf7-form div.form_field{ width: 100%; float: left; margin: 0; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.wpcf7-form fieldset.x3 div.form_field{ width: 33.3333%; padding: 0 10px; }
.wpcf7-form fieldset.x3 div.form_field:first-child{ padding-left: 0; }
.wpcf7-form fieldset.x3 div.form_field:last-child{ padding-right: 0; }
.wpcf7-form fieldset.x2 div.form_field{ width: 50%; }
.wpcf7-form fieldset.x2 div.form_field:first-child{ padding-right: 10px; }
.wpcf7-form fieldset.x2 div.form_field:last-child{ padding-left: 10px; }
.mailpoet_checkbox_label,
.wpcf7-form div.form_field span{ display: block; }
.wpcf7-form div.form_field input, 
.wpcf7-form div.form_field select,
.wpcf7-form div.form_field textarea { 
width: 100%; 
display: block; 
font-family: "Roboto", serif;
color: #003a5d;
font-size: 17px; 
font-weight: 700;
padding: 20px 25px;
background: #fff;
border: 1px solid #ccc;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box;
-webkit-appearance: none;
border-radius: 0; 
-moz-border-radius: 0; 
-webkit-border-radius: 0;	
outline: none;
}
.wpcf7-form div.form_field textarea { height: 240px; padding: 20px 25px; }
.wpcf7-form div.form_field select{ 
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
text-indent: 0.01px;
text-overflow: '';
padding-right: 50px;
background: url(images/arrow-down.svg) no-repeat right 25px top 50% #fff;
-webkit-background-size: 13px 8px; 
-moz-background-size: 13px 8px;  
-o-background-size: 13px 8px; 
background-size: 13px 8px;
}
.wpcf7-form div.form_field select::-ms-expand { display: none; }
.wpcf7-form div.form_field input::-webkit-input-placeholder{ color: #003a5d; }
.wpcf7-form div.form_field input:-moz-placeholder{ color: #003a5d; }
.wpcf7-form div.form_field input::-moz-placeholder{ color: #003a5d; }
.wpcf7-form div.form_field input:-ms-input-placeholder{ color: #003a5d; }
.wpcf7-form div.form_field select::-webkit-input-placeholder{ color: #003a5d; }
.wpcf7-form div.form_field select:-moz-placeholder{ color: #003a5d; }
.wpcf7-form div.form_field select::-moz-placeholder{ color: #003a5d; }
.wpcf7-form div.form_field select:-ms-input-placeholder{ color: #003a5d; }
.wpcf7-form div.form_field textarea::-webkit-input-placeholder{ color: #003a5d; }
.wpcf7-form div.form_field textarea:-moz-placeholder{ color: #003a5d; }
.wpcf7-form div.form_field textarea::-moz-placeholder{ color: #003a5d; }
.wpcf7-form div.form_field textarea:-ms-input-placeholder{ color: #003a5d; }

.wpcf7-form div.submit{ width: 100%; float: left; clear: both; padding-right: 0; margin: 0 0 20px; position: relative; }
div.wpcf7 .ajax-loader{ position: absolute; top: 50%; right: 0; margin-top: -8px !important; }
.wpcf7-form div.submit input { 
width: auto; 
height: auto;
display: block; 
float: left;
font-family: "Roboto Condensed", sans-serif;
font-size: 20px;
font-weight: 700 !important;
color: #fff; 
padding: 15px 35px;
margin: 0 auto; 
border: 1px solid #003a5d;
background-color: #003a5d;
position: relative; 
cursor: pointer;
outline: none;
-webkit-appearance: none;
border-radius: 0; 
-moz-border-radius: 0; 
-webkit-border-radius: 0;	
z-index: 9; 
}
.wpcf7-form div.submit input:hover{ color: #748899 !important; }

div.wpcf7-response-output{ 
clear: both;
font-family: "Roboto", serif;
color: #111 !important;
font-size: 16px;
font-weight: 700;
line-height: 22px;
border: 0 !important;
background: none;
margin: 0 0 20px !important; 
padding: 15px 20px !important;
color: inherit; 
text-align: center;
border-radius: 0; 
-moz-border-radius: 0; 
-webkit-border-radius: 0;
}

span.wpcf7-not-valid-tip {
width: auto !important;
height: 1px;
position: absolute;
overflow: hidden;
background: transparent !important;
border: 0 !important;
border-top: 1px solid #ed2024 !important;
text-indent: -9000px;
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: inherit !important;
padding: 0 !important;
}

/* Content Block Universal Code */
/* Begin Images */
.content-block img{ display: block; max-width: 100%; height: auto; padding: 20px 0 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.content-block .aligncenter { display: block; margin: 0 auto; }
.content-block .alignleft{ max-width: 50%; display: inline-block; float: left; padding-right: 30px; vertical-align: top; }
.content-block .alignright{ max-width: 50%; display: inline-block; float: right; padding-left: 30px; vertical-align: top; }
.content-block .alignleft img, .content-block .alignright img{ padding-left: 0; padding-right: 0; }
.content-block .wp-caption{ width: auto !important; text-align: center; margin: 0 0 20px; background: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.content-block .wp-caption.alignleft, .content-block .wp-caption.alignright{ width: 50% !important; padding: 0; }
.content-block .wp-caption.alignleft{ margin-right: 30px; }
.content-block .wp-caption.alignright{ margin-left: 30px; }
.content-block .wp-caption p.wp-caption-text{ display: block; font-size: 15px; line-height: 22px; padding: 10px 12px; margin: 0; background-color: #fff; }
.content-block .wp-caption img{ padding: 10px 10px 0; margin: 0 auto; }
/* END Images */

/* Begin Image Gallery */
.content-block .gallery{ display: block; max-width: 1020px; padding: 10px 0 30px; margin: 0 auto; overflow: hidden; }
.content-block .gallery .gallery_item{ width: 20%; float: left; }
.content-block .gallery .gallery_item a{ display: block; padding: 5px; margin: 5px; background: #fff; }
.content-block .gallery .gallery_item a img{ display: block; width: auto; max-width: 100%; height: auto; padding: 0; margin: 0 auto; }
/* END Image Gallery */

/* Video */
.content-block .fluid-width-video-wrapper{ margin: 60px 0 20px; }
.video.content-block .fluid-width-video-wrapper, #video .fluid-width-video-wrapper{ margin: 0; }
.content-block embed, .content-block iframe, .content-block object{ max-width: 100%; }
.content-block video { max-width: 100%; height: auto; }

.content-block p{ clear: both; }
.content-block p sm{ display: block; font-size: 13px; font-weight: 400; line-height: 20px !important; }
.content-block p.disclaimer{ font-size: 13px; font-style: italic; line-height: 21px; }
.content-block a{ text-decoration: underline; }
.content-block a:hover{ text-decoration: none; }
.content-block a.btn{ margin-top: 15px; }

.content-block blockquote{ 
font-size: 20px;
font-weight: 400;
font-style: italic;
line-height: 28px;
padding: 5px 20px;
margin: 30px 0;
position: relative;
}
.content-block blockquote p{ line-height: 28px; }
.content-block blockquote p:last-child{ margin-bottom: 0; }

.content-block h1, .content-block h2, .content-block h3, .content-block h4, .content-block h5, .content-block h6{ font-family: "Roboto Condensed", sans-serif; font-size: 100%; color: #003a5d; font-weight: 700; clear: both; padding: 20px 0 15px; }
.content-block h1:first-child, .content-block h2:first-child, .content-block h3:first-child, .content-block h4:first-child, .content-block h5:first-child, .content-block h6:first-child{ padding-top: 0; }
.content-block h1{ font-size: 36px; line-height: 40px; }
.content-block h2{ font-size: 30px; line-height: 34px; }
.content-block h3{ font-size: 26px; line-height: 30px; }
.content-block h4{ font-size: 22px; line-height: 26px; }
.content-block h5{ font-size: 20px; line-height: 24px; }
.content-block h6{ font-size: 18px; line-height: 22px; }

.content-block ul, .content-block ol{ padding: 0 0 20px 40px; }
.content-block ul{ list-style: square; }
.content-block ol{ list-style: decimal; }
.content-block ul ul{ padding-top: 10px; padding-bottom: 0; }
.content-block ul li, .content-block ol li{ padding: 0 0 8px; line-height: 26px; }
.content-block ul li p, .content-block ol li p{ margin: 0 0 15px; }
/* END Content Block Universal Code */

/* Modal Window */
#modal, #mask{
display:none;
width: 100%;
height: 100%;
position:fixed;
top:0px;
left:0px;
z-index: 999998;
}
#mask{ background: #000; }

.modal_window{
display:none;
position: absolute;
top: 0; 
right: 0; 
left: 0; 
bottom: 0;
margin: 0 0 45px;
z-index: 99999999;
}
.modal_window .loader{ background-color: transparent !important; }